home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / disk / upcopy60.zip / DC.BAT next >
DOS Batch File  |  1996-08-14  |  146b  |  9 lines

  1. @echo off
  2. if not "%1"=="" goto dirc
  3. Echo Compares two directories
  4. Echo DC path1 [path2]
  5. goto end
  6. :dirc
  7. upcopy/i %1 %2 %3 %4 %5 %6 %7
  8. :end
  9.